Skip to content

Commit

Permalink
Add Proper Executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Lorente committed Apr 12, 2017
1 parent 3525452 commit d1df1b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ script:
- cd tests
- "./tests -r console -s"
before_deploy:
- cd ${TRAVIS_BUILD_DIR}
- cp bin/interpreter/interpreter Naylang
- pwd && ls
- chmod +x Naylang
deploy:
skip_cleanup: true
provider: releases
api_key: ${GITHUB_TOKEN}
file: "/home/travis/build/blorente/naylang/bin/interpreter/interpreter"
file: "/home/travis/build/blorente/naylang/Naylang"
on:
repo: blorente/naylang
branch: master
Expand Down

0 comments on commit d1df1b8

Please sign in to comment.