Skip to content

Commit

Permalink
ci(travis): add NodeJS 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Sep 7, 2018
1 parent 135d9f1 commit 41336a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -9,13 +9,14 @@ branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
addons:
firefox: "latest"
firefox: 'latest'
apt:
packages:
- google-chrome-stable
language: node_js
node_js:
- "8"
- '8'
- '10'
rvm:
- 2.2.0
before_script:
Expand Down

0 comments on commit 41336a6

Please sign in to comment.