Skip to content

Commit 794cba3

Browse files
committed
Fix test reporting
I put the environment variable in the wrong place 😅
1 parent bdf0913 commit 794cba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ services: mongodb
77
before_install:
88
- gem update bundler
99
script:
10-
- CODECLIMATE_REPO_TOKEN=787a2f89b15c637323c7340d65ec17e898ac44480706b4b4122ea040c2a88f1d rake
10+
- rake
1111
after_script:
12-
- bundle exec codeclimate-test-reporter
12+
- CODECLIMATE_REPO_TOKEN=787a2f89b15c637323c7340d65ec17e898ac44480706b4b4122ea040c2a88f1d bundle exec codeclimate-test-reporter

0 commit comments

Comments
 (0)