Skip to content

Commit

Permalink
Adjusting common/scala to comply with gradle build best-practices
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jall <djall@de.ibm.com>
  • Loading branch information
markusthoemmes authored and Dominik Jall committed Mar 16, 2016
1 parent 8a1774e commit f41b979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ before_install:
- pip install --user argcomplete
- ./tools/travis/setup.sh

# skip automatic gradle execution
install: /bin/true

script:
- ./tools/db/couchdb/start-couchdb-box.sh whisk_couchdb_admin some_gener1c_passw0rd
- ./tools/db/createImmortalDBs.sh --dropit
- ant build
- ant deploy
- ant run
- ant run -Dtestsfailonfailure=true
1 change: 0 additions & 1 deletion common/scala/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'scala'
apply plugin: 'application'

repositories {
mavenCentral()
Expand Down

0 comments on commit f41b979

Please sign in to comment.