about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2addd9ba2..238b9a3f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ cache:
     - tmp/cache/babel-loader
 dist: trusty
 sudo: false
-branches:
-  only:
-    - master
 
 notifications:
   email: false
@@ -21,7 +18,6 @@ env:
     - LOCAL_DOMAIN=cb6e6126.ngrok.io
     - LOCAL_HTTPS=true
     - RAILS_ENV=test
-    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
     - PARALLEL_TEST_PROCESSORS=2
     - ALLOW_NOPAM=true
 
@@ -52,7 +48,7 @@ install:
   - yarn install
 
 before_script:
-  - ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile
+  - travis_wait ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile
 
 script:
   - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec