Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 77a40ab

Browse files
author
Nick Litwin
committed
Install bower before using it
1 parent e8da6a2 commit 77a40ab

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

.travis.yml

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
11
language: node_js
22
node_js:
3-
- 5.5.0
3+
- 5.5.0
4+
before_script:
5+
- npm install -g bower
6+
- bower install
47
install:
5-
- bower install
6-
- npm install
8+
- npm install
79
script:
8-
- webpack --bail --progress --build --tc
10+
- webpack --bail --progress --build --tc
911
sudo: false
1012
deploy:
11-
- provider: s3
12-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
13-
detect_encoding: true
14-
access_key_id: $AWS_KEY
15-
secret_access_key: $AWS_SECRET
16-
bucket: app.topcoder-dev.com
17-
local_dir: dist
18-
on:
19-
branch: SUP-3018-webpack-take-two
20-
- provider: s3
21-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
22-
detect_encoding: true
23-
access_key_id: $QA_AWS_KEY
24-
secret_access_key: $QA_AWS_SECRET
25-
bucket: app.topcoder-qa.com
26-
local_dir: dist
27-
on:
28-
branch: qa
29-
- provider: s3
30-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
31-
access_key_id: $MASTER_AWS_KEY
32-
secret_access_key: $MASTER_AWS_SECRET
33-
bucket: app.topcoder.com
34-
local_dir: dist
35-
on:
36-
branch: master
13+
- provider: s3
14+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
15+
detect_encoding: true
16+
access_key_id: $AWS_KEY
17+
secret_access_key: $AWS_SECRET
18+
bucket: app.topcoder-dev.com
19+
local_dir: dist
20+
on:
21+
branch: SUP-3018-webpack-take-two
22+
- provider: s3
23+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
24+
detect_encoding: true
25+
access_key_id: $QA_AWS_KEY
26+
secret_access_key: $QA_AWS_SECRET
27+
bucket: app.topcoder-qa.com
28+
local_dir: dist
29+
on:
30+
branch: qa
31+
- provider: s3
32+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
33+
access_key_id: $MASTER_AWS_KEY
34+
secret_access_key: $MASTER_AWS_SECRET
35+
bucket: app.topcoder.com
36+
local_dir: dist
37+
on:
38+
branch: master
3739
env:
3840
matrix:
3941
- CXX=g++-4.8

0 commit comments

Comments
 (0)