File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ script:
1818 - export CI_REPORTS=$PWD/spec/reports
1919 - COVERAGE=true bundle exec rake ci:setup:rspec spec
2020
21+ after_script :
2122 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
2223 - testspace publish @.testspace $TESTSPACE_TOKEN/${TRAVIS_BRANCH}#travis.Build.${TRAVIS_BUILD_NUMBER}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ script:
2323 - export CI_REPORTS=$PWD/spec/reports
2424 - COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci:setup:rspec spec
2525
26+ after_script :
2627 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
2728 - testspace publish @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
2829
You can’t perform that action at this time.
0 commit comments