Skip to content

Commit dc6c627

Browse files
authored
Update shippable.yml
1 parent 66eda0d commit dc6c627

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

shippable.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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

0 commit comments

Comments
 (0)