Skip to content

Commit

Permalink
Build: Test on node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 3, 2019
1 parent a6711f9 commit 756ca3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
env:
- COFFEE=coffee-script@~1.3
- COFFEE=coffee-script@^1.7
matrix:
fast_finish: true
allow_failures:
- node_js: 0.11
before_script: npm install $COFFEE # install a specific version of coffee-script
before_script: npm install $COFFEE # install a specific version of coffee-script

0 comments on commit 756ca3a

Please sign in to comment.