Skip to content

Commit 6a7f50e

Browse files
committed
travis with deployment
1 parent b64ad8a commit 6a7f50e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: node_js
22
node_js:
33
- "7"
44
install:
5-
- npm install -g babel-cli
6-
- npm install -g gulp
5+
- npm install -g babel-cli gulp
76
- npm install
87
script:
98
- npm run coveralls
109
deploy:
10+
provider: script
11+
script: gulp
1112
skip_cleanup: true

0 commit comments

Comments
 (0)