We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2643c16 + bee55f3 commit 9d1d338Copy full SHA for 9d1d338
1 file changed
.travis.yml
@@ -1,18 +1,22 @@
1
language: node_js
2
node_js:
3
- — "8.9.4"
+ - "8.9.4"
4
+
5
branches:
- only:
6
- — master
+ only:
7
+ - master
8
9
before_script:
- — npm install -g ionic cordova jest
10
+ - npm install -g ionic cordova jest
11
12
script:
- — ionic cordova build browser — prod
13
+ - ionic cordova build browser --prod
14
15
deploy:
- provider: pages
- skip-cleanup: true
- github-token: $GITHUB_TOKEN
- keep-history: true
16
- on:
17
- branch: master
18
- local_dir: www
+ provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
19
+ keep-history: true
20
+ on:
21
+ branch: master
22
+ local_dir: www
0 commit comments