GITLAB
kubaninc
/ has_magic_fields
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2df8d591bd2e7ec084bf0e1b5526167426a3e79a
Authored by
ikeqiao
2014-07-31 21:08:53 +0800
1 parent
07dcbab4
Exists in
master
make travis pass
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
Side-by-side Diff
Inline Diff
.travis.yml
Wrap text
Diff comments
View file @
2df8d59
...
...
@@ -7,4 +7,4 @@ env:
7
7
rvm:
8
8
- 2.0.0
9
9
10
-script: RAILS_ENV=test bundle exec rake spec spec
11
10
\ No newline at end of file
11
+script: RAILS_ENV=test bundle exec rspec spec
12
12
\ No newline at end of file
...
...