Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit e005e6b

Browse files
committed
THIS TIME... THIS TIME! Travis will work... I hope
1 parent 5331690 commit e005e6b

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.travis.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
21
sudo: false
3-
42
language: node_js
53
node_js:
6-
- "4"
7-
4+
- '4'
85
notifications:
9-
email: false
10-
6+
email: false
117
before_install:
12-
- npm install -g npm@'>=3'
13-
8+
- npm install -g npm@'>=3'
149
install:
15-
- npm install
16-
- node_modules/.bin/bower install
17-
10+
- npm install
11+
- node_modules/.bin/bower install
1812
script:
19-
# Just run the default task and make sure it builds, there aren't any tests :(
20-
- node_modules/.bin/grunt
21-
13+
- node_modules/.bin/grunt
2214
deploy:
2315
provider: npm
24-
25-
api_key:
26-
secure: "O4lUW79nn+4ZX9jjCp5qvH5uUbKqP0UNu19Ra5X/q6TY+goIOh02YzHg2uk34nm7eEDjquo6GeEKIq3ZOTlV/2V6lgkMyMF+1x27VOxvTnObUEcCC1mF2Dpa3kOsCHTKsv3XNJd/KrfYN4LZ8wdlpHcvIcTO/I3njTAxEn+PA/g="
16+
17+
api_key:
18+
secure: NpGw2V+V0yw87pQyh9VJq1h7bxs5yN6jQI1mCNXXxYkCY1/2qe3UQSJt8bnGTAylS0jCZ5MI9kBPYI5MomzsceOrH18RcmaJTonUCuM9rKWSQVZOFJhJenJn+t7J+W3LiUi8V6WlRoJjYrvAX2lRQ+Iv+L//0NqBOgtSdAqmZr8=
2719
on:
2820
tags: true
21+
repo: mendhak/angular-intro.js

0 commit comments

Comments
 (0)