Skip to content

Commit

Permalink
Fix typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Apr 2, 2018
1 parent 11d8c5f commit d49b51c
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 @@ -6,7 +6,7 @@ install:

script:
- docker run -e EXPORT_NAME="HTML5" -e OUTPUT_FILENAME="index.html" -v $(pwd):/build/src -v $(pwd)/output/html5:/build/output gamedrivendesign/godot-export
- docker run -e EXPORT_NAME="Linux/X11" -e OUTPUT_FILENAME="harederlage" -v $(pwd):/build/src -v $(pw)/output/linux:/build/output gamedrivendesign/godot-export
- docker run -e EXPORT_NAME="Linux/X11" -e OUTPUT_FILENAME="harederlage" -v $(pwd):/build/src -v $(pwd)/output/linux:/build/output gamedrivendesign/godot-export

before_deploy:
- zip harederlage-linux.zip output/linux/*
Expand Down

0 comments on commit d49b51c

Please sign in to comment.