Skip to content

Commit

Permalink
Trying with JAVA_HOME in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Aug 16, 2012
1 parent 71f0a94 commit 51cfa48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- 0.6
- 0.8
env:
- JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
before_install:
- ./travis/before.sh
install:
Expand Down
3 changes: 0 additions & 3 deletions travis/test.sh
Expand Up @@ -22,9 +22,6 @@ RETVAL=$?

if [ -n "$TRAVIS" ]; then
cd ../java
echo "Setting up Java:"
ls /usr/lib/jvm/java-1.6.0-openjdk
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
echo "Java Home: ${JAVA_HOME}"
echo "ClassPath: ${CLASSPATH}"
echo -n "Java: "
Expand Down

0 comments on commit 51cfa48

Please sign in to comment.