Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rchikhi committed Jan 31, 2018
1 parent 4d167f9 commit 1e90b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- cmake .. && make
- cd ..
before_deploy:
- export RELEASE_FILE=$(ls tools/tigops/build/tigops)
- export RELEASE_FILE=$(ls build/tigops)
- ls
- ls build
- echo "Deploying $RELEASE_FILE to GitHub"
Expand Down

0 comments on commit 1e90b32

Please sign in to comment.