summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-02-01 17:11:55 -0700
committerRocky Madden <git@rockymadden.com>2013-02-01 17:11:55 -0700
commit0651046caa4d9aa85161fc925935ed527b1dc8fd (patch)
treeeca15a907620088d5afab4e909598926874e2482 /.travis.yml
parent66480e507617519bbf0ea6dbbcd55377c6883a35 (diff)
downloadstringmetric-0651046caa4d9aa85161fc925935ed527b1dc8fd.tar.gz
stringmetric-0651046caa4d9aa85161fc925935ed527b1dc8fd.tar.bz2
stringmetric-0651046caa4d9aa85161fc925935ed527b1dc8fd.zip
Removed explicit call to gradle. It is now automatically detected.
Diffstat (limited to '.travis.yml')
-rwxr-xr-x.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 11ce303..45fc71c 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,4 @@ scala:
- 2.10.0
jdk:
- openjdk7
- - oraclejdk7
-script:
- - "gradle test"
+ - oraclejdk7 \ No newline at end of file