Skip to content

Commit c46719c

Browse files
authored
Travis changes (shakacode#378)
1. Don't explictly build the locale file 2. Don't switch the default driver
1 parent 8dfef12 commit c46719c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ install:
3030
- npm install -g yarn
3131
- npm --version
3232
- yarn install
33-
- rake react_on_rails:locale
3433
- rake db:setup
3534

3635
# Tip: No need to run xvfb if running headless testing. However, we're going to start with
@@ -41,4 +40,4 @@ before_script:
4140

4241
script:
4342
- bundle exec rake db:schema:load
44-
- DRIVER=selenium bundle exec rake
43+
- bundle exec rake

0 commit comments

Comments
 (0)