Skip to content

Commit

Permalink
fix(ci): fix ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
3fuyu committed Oct 1, 2018
1 parent 0b178c4 commit 312fce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: trusty
language: node_js
node_js:
- '8.10.2'
- '8.10'

env:
- TASK=pre-release
Expand Down

0 comments on commit 312fce6

Please sign in to comment.