Skip to content

Commit

Permalink
add osx test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Aug 4, 2019
1 parent 05aed09 commit 6e277a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
@@ -1,13 +1,13 @@
language: scala
jdk:
- openjdk8

language: bash
os:
- osx
env:
- JDK="adopt@1.8.212-04"
script:
- if $(git grep -qE "TODO|FIXME" *) ; then
echo "Please remove TODO or FIXME." ;
exit 1 ;
fi
- sbt ";+check ;+cpl ;lint ;+test"
- wget "https://raw.githubusercontent.com/DanySK/Gravis-CI/c8f400623d8f756ef7c/.install-jdk-travis.sh"
- source .install-jdk-travis.sh
- wget https://raw.githubusercontent.com/paulp/sbt-extras/3c8fcadc3376e/sbt && chmod +x ./sbt
- ./sbt ";+check ;+cpl ;lint ;+test"

before_cache:
- find $HOME/.sbt -name "*.lock" | xargs rm
Expand Down

0 comments on commit 6e277a6

Please sign in to comment.