Skip to content

Commit

Permalink
Change path to Prism on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkbky committed Oct 17, 2016
1 parent 49b8a8e commit f7bb424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rvm:
before_script:
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- export PATH=$PATH:$PWD/test/prism/bin/
- ./test/prism.sh
notifications:
hipchat:
Expand Down
2 changes: 2 additions & 0 deletions test/prism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ if [ -z $LATEST ] ; then
echo "Error requesting. Download binary from ${URL}"
exit 1
else
echo "Downloading Prism to ${DEST}"
curl -L $URL -o $DEST
chmod +x $DEST
tree
fi
}

Expand Down

0 comments on commit f7bb424

Please sign in to comment.