Skip to content

Commit

Permalink
Hopefully fixing push coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Mar 15, 2016
1 parent b6c1009 commit 4a6f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/push_built_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eval "$(ssh-agent -s)"
chmod 600 .travis/travis_rsa.pem
ssh-add .travis/travis_rsa.pem
# using -f as www/build is in .gitignore for dev purposes
git add -f www/build/test/app
find www/build/test -name "*.js" | grep -v spec | grep -v e2e | xargs git add -f
git remote rm origin # originally cloned by travis on https
git remote add origin git@github.com:lathonez/clicker.git # ditto
# careful not to trigger another build
Expand Down

0 comments on commit 4a6f5eb

Please sign in to comment.