Skip to content

Commit

Permalink
changed travis node version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWarren committed Feb 6, 2020
1 parent 5ff5508 commit 2613554
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,11 +1,11 @@
language: node_js
node_js:
- '12'
- '11'
sudo: required

before_script:
- cd project
- npm install -g @angular/cli
- npm install -g @angular/cli@7.3.0

script:
- npm install
Expand Down

0 comments on commit 2613554

Please sign in to comment.