This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
travis: no need to bundle exec
rails6
Jérémy Lecour
1 year ago
parent
64a7032c35
commit
8534a5d351
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@ -35,7 +35,7 @@ install:
-
bundle install
-
yarn install
-
rails db:create db:migrate
-
bundle exec
rails webpacker:compile
-
rails webpacker:compile
script:
-
bundle exec rubocop
Write
Preview
Loading…
Cancel
Save