Skip to content

Commit

Permalink
updating travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Jun 6, 2015
1 parent d2a18bc commit b81d44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ script: "./run_tests.sh"
env:
global:
secure: hXpkZqclyUXMX586jS4BtJmYsrszVr/jWbMiLWLOZ2z7n5LK9INziKkOqYu0JTBskAHVEmhxJ7oNOD9gI/06btLO5NLBONN3qtsHq4UruCo0Zlx2BgaDfR5FqnrVqk+fMbLCbzWgo0wShM4o8jTGy7l22xqhhYAsuubmayqEfPk=
before_install:
- openssl aes-256-cbc -K $encrypted_60f42691f4f2_key -iv $encrypted_60f42691f4f2_iv
-in credentials.json.enc -out credentials.json -d
2 changes: 0 additions & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
wget $credentials

if [ ! -z $1 ]; then
TestCase=".${1}"
else
Expand Down

0 comments on commit b81d44c

Please sign in to comment.