Skip to content

Commit

Permalink
ci: update nodejs to 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 18, 2017
1 parent 5af69b9 commit e11da58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- 7.10.0
- 8.9.1

branches:
only:
- master

addons:
firefox: "latest"
chrome: stable

before_install:
- yarn global add @angular/cli
Expand All @@ -18,4 +18,4 @@ before_script:
- yarn install

script:
- yarn run test:single-run
- yarn run test:single-run

0 comments on commit e11da58

Please sign in to comment.