Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
chore(travis.yml): use node 0.12
Browse files Browse the repository at this point in the history
* some npm packages don't like 0.11
* email only one build status change
  • Loading branch information
doktordirk committed Mar 28, 2016
1 parent 509c1a4 commit bf0b09d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.11'
- '0.12'
before_install:
- npm install -g jspm
- jspm config registries.github.auth U3Bvb25YOjY2NWIxYWQ2ZTM4ZjUxZGNjMzcwNDBkYzMxYjgxZGVkZjE1M2RjYjg=
Expand All @@ -9,3 +9,7 @@ before_script:
- jspm i
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_success: change
on_failure: change

0 comments on commit bf0b09d

Please sign in to comment.