Skip to content

Commit

Permalink
travis: added mill version output
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Feb 15, 2019
1 parent bd098ac commit ba16578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ script:
# If TEST_MILL_VERSION defined, we also download that version as ~/bin/mill-test
- if [ "x$TEST_MILL_VERSION" != "x" ] ; then curl -L -o ~/bin/mill-test https://github.com/lihaoyi/mill/releases/download/${TEST_MILL_VERSION%%-*}/${TEST_MILL_VERSION} && chmod +x ~/bin/mill-test ; else ln -s ~/bin/mill ~/bin/mill-test ; fi
- export PATH=~/bin/mill:$PATH
- mill -i version
- mill -i test
- $HOME/bin/mill-test -i version
- mill -i test $HOME/bin/mill-test

0 comments on commit ba16578

Please sign in to comment.