Skip to content

Commit

Permalink
#115 Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed Oct 6, 2017
1 parent ced228b commit 6699450
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java language: java
addons:
apt:
packages:
- openjdk-6-jdk
jdk: jdk:
- openjdk6 - openjdk6
cache: cache:
Expand All @@ -7,4 +11,4 @@ cache:
before_script: before_script:
- echo "debug=false" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.appId=1" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.appSecret=1" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.accessToken=access_token" >> facebook4j-core/src/test/resources/test.properties - echo "debug=false" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.appId=1" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.appSecret=1" >> facebook4j-core/src/test/resources/test.properties && echo "oauth.accessToken=access_token" >> facebook4j-core/src/test/resources/test.properties
after_success: after_success:
- mvn -pl facebook4j-core clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:cobertura - mvn -pl facebook4j-core clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:cobertura

0 comments on commit 6699450

Please sign in to comment.