Skip to content

Commit

Permalink
fix(travis): node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Oct 28, 2016
1 parent c684e52 commit a79a1a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,14 +1,13 @@
language: node_js
node_js:
- "0.10"
- "6"
before_install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
- sudo apt-get install graphviz
- npm install npm@1.4 -g
install:
- npm install -g gulp
- npm install
script:
script:
- npm run test
after_success:
- npm run coveralls
- npm run coveralls

0 comments on commit a79a1a3

Please sign in to comment.