Skip to content

Commit

Permalink
Commenting out Java tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Aug 16, 2012
1 parent 51cfa48 commit fb0fa71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,6 @@ language: node_js
node_js: node_js:
- 0.6 - 0.6
- 0.8 - 0.8
env:
- JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
before_install: before_install:
- ./travis/before.sh - ./travis/before.sh
install: install:
Expand Down
22 changes: 11 additions & 11 deletions travis/test.sh
Expand Up @@ -20,14 +20,14 @@ ${grover} --server ./tests/TestRunner.html -S "?autorun=true"
RETVAL=$? RETVAL=$?
[ $RETVAL -ne 0 ] && exit 1 [ $RETVAL -ne 0 ] && exit 1


if [ -n "$TRAVIS" ]; then #if [ -n "$TRAVIS" ]; then
cd ../java # cd ../java
echo "Java Home: ${JAVA_HOME}" # echo "Java Home: ${JAVA_HOME}"
echo "ClassPath: ${CLASSPATH}" # echo "ClassPath: ${CLASSPATH}"
echo -n "Java: " # echo -n "Java: "
java -version # java -version
echo -n "Javac: " # echo -n "Javac: "
javac -version # javac -version
echo "Running Java Tests in Travis" # echo "Running Java Tests in Travis"
ant test # ant test
fi #fi

0 comments on commit fb0fa71

Please sign in to comment.