Skip to content

Commit

Permalink
chore: use node v11
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Apr 26, 2019
1 parent f117ab4 commit 54b7add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: node_js
env: CI=true

node_js:
- stable
- '11'

cache:
directories:
Expand All @@ -15,7 +15,7 @@ before_script:

script:
- gulp test

after_success:
- gulp coverage
- npm run semantic-release
Expand Down

0 comments on commit 54b7add

Please sign in to comment.