Skip to content

Commit b786d99

Browse files
author
Joost de Vries
committed
Update credentials (encrypted ofc)
1 parent ade15d0 commit b786d99

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

.travis.yml

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,31 @@
1-
---
2-
31
language: node_js
42
node_js:
5-
- "0.12"
6-
3+
- '0.12'
74
notifications:
85
email: false
9-
106
branches:
117
only:
12-
- master
13-
8+
- master
149
sudo: false
15-
1610
cache:
1711
directories:
18-
- node_modules
19-
12+
- node_modules
2013
before_install:
21-
- "npm config set spin false"
22-
- "npm install -g npm@^2"
23-
14+
- npm config set spin false
15+
- npm install -g npm@^2
2416
install:
25-
- mkdir travis-phantomjs
26-
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
27-
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
28-
- export PATH=$PWD/travis-phantomjs:$PATH
29-
- npm install -g bower
30-
- npm install
31-
- bower install
32-
17+
- mkdir travis-phantomjs
18+
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
19+
-O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
20+
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
21+
- export PATH=$PWD/travis-phantomjs:$PATH
22+
- npm install -g bower
23+
- npm install
24+
- bower install
3325
script:
34-
- npm test
35-
- scripts/travis-deploy.sh
36-
26+
- npm test
27+
- scripts/travis-deploy.sh
3728
env:
38-
AWS_ACCESS_KEY_ID: b1ugrISCMawg4LDOEnj91Eu3eb8EnxwOD63Y9owfxdaclmp/K4wOUdRXLE8Gmv0FXbzPJXbMld6a4wx0qfq95pQMy22gut0o4e9IAxPguhIeF9wFzZdw2nQFTEV2+T4Y52QIhPXnV403bt4hZZbIzfniwVRsdHoac60t9NoyBOI=
39-
AWS_ACCESS_KEY_SECRET: X1tocl6D1nwzVtUjlR9n/PbtkhtgyGjmK0qUyL5DeTX8bY6pcIMZU3g5S1yoseMzV3DnjyoRrO1vZibFFRTPPa2iDVtMAjuVyKeQVhkMl++hslcF4QsO/qlFJJg2B2twlanKQDmiRG14dM032wyQcbHLQKVFW6yF6XoW4ZTUYBk=
29+
global:
30+
- secure: Dwthqo6GaXQt7erj89xMa/2GRua9PTzcSKXYmxjE0O46DMuBR80JjPges0hGCWwPcdMFqsaMshSaTVF5eHc49vhaziB2sqWwLZndkRFIAsNGnBZkBpeZc9MsTNMbPP5KyJh/pG03nJLXUSz6xzMoxDNU/QHWyBYBxTlfxVGewLE=
31+
- secure: H3EtrTdcXIDOjp59Mu/7KA7N2UrVgKjt2YVtW6dqby/Oa5q/jpfnomE70fhIpFTle6MavhAIujQ5awMRC/80EJXlZp5hnSd9DKyCpk70I1KoT6vm34RjZfSP9kAyRyokLwfjEkovCFltY3/i8y+8QFEVr8RkNt1VP2hY1ScFzys=

0 commit comments

Comments
 (0)