File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- language : ruby
1+ language : ruby
22
3- rvm :
4- - 2.3.1
3+ rvm :
4+ - 2.3.1
55
6- build :
7- ci :
8- - mkdir -p $HOME/bin
9- - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
10- - testspace config url samples.testspace.com
11- - bundle install
12- - bundle exec rubocop --format emacs --out reports/rubocop.txt || true
13- - bundle exec brakeman -o reports/brakeman.json
14- - bundle exec brakeman_translate_checkstyle_format translate --file="reports/brakeman.json" > reports/brakeman_checkstyle.xml
15- - bundle exec scss-lint --no-color --format=Stats --format=Default --out=reports/scss-lint.txt app/assets/stylesheets/ || true
16- - CI_REPORTS=reports/test bundle exec rake minitest test
6+ build :
7+ ci :
8+ - mkdir -p $HOME/bin
9+ - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
10+ - testspace config url samples.testspace.com
11+ - bundle install
12+ - bundle exec rubocop --format emacs --out reports/rubocop.txt || true
13+ - bundle exec brakeman -o reports/brakeman.json
14+ - bundle exec brakeman_translate_checkstyle_format translate --file="reports/brakeman.json" > reports/brakeman_checkstyle.xml
15+ - bundle exec scss-lint --no-color --format=Stats --format=Default --out=reports/scss-lint.txt app/assets/stylesheets/ || true
16+ - CI_REPORTS=reports/test bundle exec rake minitest test
1717
1818 always :
19- - testspace @.testspace.txt
19+ - testspace @.testspace.txt
You can’t perform that action at this time.
0 commit comments