Skip to content

Commit b4cc1f2

Browse files
committed
Fix travis auth key
1 parent 9836408 commit b4cc1f2

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.travis.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
---
21
language: node_js
32
node_js:
43
- '0.12'
5-
- 'iojs-1'
6-
- 'iojs-2'
7-
- 'iojs-3'
4+
- iojs-1
5+
- iojs-2
6+
- iojs-3
87
- '4.1'
98
before_script:
109
- npm install
11-
before_install:
12-
npm install -g npm@'>=2.13.5'
10+
before_install: npm install -g npm@'>=2.13.5'
1311
deploy:
14-
- provider: npm
15-
email: niklasvh@gmail.com
16-
api_key:
17-
secure: G/Szpr8q4/D6hp+H/Z9yyluUXtHAwf7LLa1Y07X59/Enlj1h7V5fQ7AW4/iAVM3XbIsrCPWR3dJU9g/ZxpxFg4OovIHVpS2Jr/mahtPYWdHR3pWuSmMW8QD+Twnq2VAFwSgg5Oumq3QxhX3YbCOnZox6+6Uviqk8FO7Z5B0RwW4=
18-
on:
19-
tags: true
20-
branch: master
21-
repo: niklasvh/base64-arraybuffer
12+
provider: npm
13+
email: niklasvh@gmail.com
14+
api_key:
15+
secure: oHV9ArprTj5WOk7MP1UF7QMJ70huXw+y7xXb5wF4+V2H8Hyfa5TfE0DiOmqrube1WXTeH1FLgq54shp/sJWi47Hkg/GyeoB5NnsPhYEaJkaON9UG5blML+ODiNVsEnq/1kNBQ8e0+0JItMPLGySKyFmuZ3yflulXKS8O88mfINo=
16+
on:
17+
tags: true
18+
branch: master
19+
repo: niklasvh/base64-arraybuffer

0 commit comments

Comments
 (0)