Skip to content

Commit

Permalink
do not do code profiling on second build
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Sep 16, 2018
1 parent 9d05aa1 commit 07c6c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
script: "mvn clean verify org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar"
- stage: test-spanner
script:
- mvn -Dit.test=DateFunctionsIT -DargLine="-Dhost=https://spanner.googleapis.com -Dkeyfile=cloudspanner-key.json -Dproject=smart-period-213808" clean verify org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
- mvn -Dit.test=DateFunctionsIT -DargLine="-Dhost=https://spanner.googleapis.com -Dkeyfile=cloudspanner-key.json -Dproject=smart-period-213808" clean verify
if: (type IN (cron, pull_request))

cache:
Expand Down

0 comments on commit 07c6c0d

Please sign in to comment.