Skip to content

Commit 6b64ef6

Browse files
committed
Fix travis.yml
1 parent 5b933c4 commit 6b64ef6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ before_install:
88
- chmod +x .travis/prepare
99
- .travis/prepare
1010

11-
after_script:
11+
before_deploy:
1212
- ls
1313
- chmod +x .travis/deploy
14-
- .travis/deploy
14+
15+
deploy:
16+
provider: script
17+
script: bash .travis/deploy
18+
on:
19+
branch: master
1520

1621
branches:
1722
only:

0 commit comments

Comments
 (0)