Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Aug 17, 2016
1 parent 57fa1fc commit 78bb399
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ node_js:
- 4
- 6

before_install:
- sudo apt-get update
- sudo apt-get install graphviz
sudo: false

os:
- linux
- osx

addons:
apt:
packages:
- graphviz

before install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install graphviz; fi

script:
- npm test
Expand Down

0 comments on commit 78bb399

Please sign in to comment.