Skip to content

Commit

Permalink
Travis: haxelib release requires user/pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Elsass committed Apr 23, 2018
1 parent 9757fc4 commit d0651c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,6 +20,6 @@ script:
deploy:
- provider: script
haxe: 3.4.4
script: bash ./releaseHaxelib.sh $HAXELIB_PWD
script: bash ./releaseHaxelib.sh $HAXELIB_USER $HAXELIB_PWD
on:
tags: true
2 changes: 1 addition & 1 deletion releaseHaxelib.sh 100644 → 100755
@@ -1,4 +1,4 @@
#!/bin/sh
rm -f haxe-react.zip
zip -r haxe-react.zip src haxelib.json readme.md changes.md
haxelib submit haxe-react.zip $1 --always
haxelib submit haxe-react.zip $1 $2 --always

0 comments on commit d0651c3

Please sign in to comment.