Skip to content

Commit

Permalink
Fix undefined constant EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
petoem committed Dec 14, 2018
1 parent e328458 commit c54bae1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ services:
- docker
before_deploy:
- mkdir bin
- |
cat >> src/haste.cr <<EOF
require "llvm/lib_llvm"
require "llvm/enums"
EOF
- echo -e 'require "llvm/lib_llvm"\nrequire "llvm/enums"\n' >> src/haste.cr
- docker run --rm -it -v $PWD:/haste-client -w /haste-client jrei/crystal-alpine crystal build src/haste.cr --static --release --stats --progress -o bin/haste
- tar -zcvf haste-client-$TRAVIS_TAG-linux-x86_64.tar.gz bin/haste
deploy:
Expand Down

0 comments on commit c54bae1

Please sign in to comment.