Skip to content

Commit

Permalink
Try it with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed May 29, 2017
1 parent 58a4631 commit cca46ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -65,4 +65,12 @@ script:
- java -version
- if [ -n "$CLANG_FORMAT_PATH" ]; then bin/clangfmt --test; fi
- bin/scalafmt --test
- sbt -J-Xmx2G rebuild "set scriptedBufferLog in sbtScalaNative := false" test-all
- mkdir utest
- pushd utest
- git init .
- git remote add -t cross-native Duhemm https://github.com/Duhemm/utest.git
- git fetch
- git checkout cross-native
- sbt publishLocal
- popd
- sbt -J-Xmx2G rebuild "set scriptedBufferLog in sbtScalaNative := false" sandbox/test test-all

0 comments on commit cca46ac

Please sign in to comment.