Skip to content

Commit

Permalink
Merge pull request #14 from jpmonette/travis-ci-update
Browse files Browse the repository at this point in the history
Fix Travis CI
  • Loading branch information
jpmonette committed Jun 5, 2017
2 parents 8f9471e + 75c094c commit 98b8ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ before_script:
- npm install -g codeclimate-test-reporter
- go get github.com/jpmonette/apexcov
script:
- ant -lib lib/ build
after_script:
- apexcov
- cat ./coverage/lcov.info
- cat ./coverage/lcov.info | coveralls
- codeclimate-test-reporter < ./coverage/lcov.info
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## build.properties
sf.username = ${env.CI_USERNAME}
sf.password = ${env.CI_PASSWORD}
sf.username = ${env.APEXCOV_USERNAME}
sf.password = ${env.APEXCOV_PASSWORD}
sf.serverurl = https://login.salesforce.com
sf.maxPoll = 600
sf.pollWaitMillis = 30000
Expand Down

0 comments on commit 98b8ab0

Please sign in to comment.