Skip to content

Commit

Permalink
Added travis ci support for modern node versions
Browse files Browse the repository at this point in the history
Node 5 is not LTS so it was dropped.
  • Loading branch information
amilajack authored Aug 3, 2016
1 parent b6e7725 commit 9d1643f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: node_js
node_js:
- '5.0'
- '4.0'
- '0.12'
- '0.10'
- 6
- 4
- '0.12'
- '0.10'
matrix:
fast_finish: true
env:
Expand All @@ -14,4 +14,4 @@ env:
- GH_REPO_DOCSDIR: docs
- secure: EKToLBZ66qitO7xrRmytgO0Rm53AVw3IevMtmRVvZ+8tCrwXUmkmGgY5E1aPa3fvtaZPZjtSQGOzSuJ0CR01Ktr70UzkC6YLhbw6IAEwU/AaHmQiHVBoJQTTxgZEk1Mku94M3m8IoZSVky98ShzfLU/cBJfmb3Lb7v4RgJGvTB0=
after_success:
- bash ./deploy-docs.sh
- bash ./deploy-docs.sh

0 comments on commit 9d1643f

Please sign in to comment.