Skip to content

Commit

Permalink
Set JANET_DIST_DIR on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed May 30, 2021
1 parent dfa5fa1 commit ff4d49f
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 @@ -4,7 +4,7 @@ script:
- make test
- sudo make install
- make test-install
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
- JANET_DIST_DIR=janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME} make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
compiler:
- clang
- gcc
Expand Down

0 comments on commit ff4d49f

Please sign in to comment.