Skip to content

Commit

Permalink
feat(travis): Test against modern node versions (react-boilerplate#1015)
Browse files Browse the repository at this point in the history
* Test against modern node versions

* Forced npm latest intallation
  • Loading branch information
amilajack authored and mxstbr committed Sep 23, 2016
1 parent f5616f8 commit 304f936
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
language: node_js

node_js:
- "5.0"
- 6
- 5
- 4

script: npm run build

install:
- npm i -g npm@latest
- npm install

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

notifications:
email:
on_failure: change

after_success: 'npm run coveralls'

cache:
directories:
- node_modules

0 comments on commit 304f936

Please sign in to comment.