Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore: Pin node to 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Oct 21, 2016
1 parent 6f9883d commit ecb1362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '6'
- '6.8'
before_deploy:
- git config --global user.email "jan.krems@gmail.com"
- git config --global user.name "Jan Krems"
Expand All @@ -10,4 +10,4 @@ deploy:
skip_cleanup: true
'on':
branch: master
node: '6'
node: '6.8'

0 comments on commit ecb1362

Please sign in to comment.