Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Jun 3, 2020
1 parent 00e283f commit 3877e8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

language: node_js
node_js:
- "10.13.0"
- '11.15.0'

branches:
only:
- master
- develop
- master
- develop

jobs:
include:
Expand All @@ -32,7 +32,6 @@ jobs:
- firebase use angular-checklist-dev
- firebase deploy --token $FIREBASE_TOKEN_DEVELOP


notifications:
email:
on_failure: [email protected]
Expand Down

0 comments on commit 3877e8c

Please sign in to comment.