We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f9d1a commit 0e16718Copy full SHA for 0e16718
1 file changed
.travis.yml
@@ -2,12 +2,12 @@
2
3
language: node_js
4
node_js:
5
-- "10.13.0"
+ - '11.15.0'
6
7
branches:
8
only:
9
- - master
10
- - develop
+ - master
+ - develop
11
12
jobs:
13
include:
@@ -32,7 +32,6 @@ jobs:
32
- firebase use angular-checklist-dev
33
- firebase deploy --token $FIREBASE_TOKEN_DEVELOP
34
35
-
36
notifications:
37
email:
38
on_failure: kwinten.pisman@gmail.com
0 commit comments