Skip to content

Commit

Permalink
update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Jul 2, 2018
1 parent 083cb23 commit 4bdac6d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ scala:
jdk:
- oraclejdk8

cache:
directories:
- $HOME/.sbt
- $HOME/.m2

notifications:
email: false

script:
- export TRAVIS_SCALA_VERSION=2.11.8
- export MAVEN_SKIP_RC=1
- ulimit -a
- mvn test -pl streamingpro-mlsql -am -Ponline -Pscala-2.11 -Phive-thrift-server -Pspark-2.2.0 -Pdsl-legacy -Pcrawler -Popencv-support

Expand All @@ -23,4 +31,5 @@ before_install: [
"cd allwefantasy/ServiceFramework",
"mvn install -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9",
"cd ../.."
]
]

0 comments on commit 4bdac6d

Please sign in to comment.