File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci
1515
1616# Publish
1717curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
18- testspace publish @.testspace master.c9
18+ testspace @.testspace master.c9
Original file line number Diff line number Diff line change 11## Addding some comments here
2- tmp/rubocop.txt
2+ tmp/rubocop.txt{issues}
33tmp/brakeman_checkstyle.xml
44[Tests]$CI_REPORTS/SPEC*.xml{spec}
55coverage/coverage.xml
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ script:
2020
2121after_script :
2222 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
23- - testspace publish @.testspace $TESTSPACE_TOKEN/${TRAVIS_BRANCH}#travis.Build.${TRAVIS_BUILD_NUMBER}
23+ - testspace @.testspace $TESTSPACE_TOKEN/${TRAVIS_BRANCH}#travis.Build.${TRAVIS_BUILD_NUMBER}
Original file line number Diff line number Diff line change 1414
1515 post :
1616 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
17- - testspace publish @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
17+ - testspace @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ script:
2525
2626after_script :
2727 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
28- - testspace publish @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
28+ - testspace @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
2929
You can’t perform that action at this time.
0 commit comments