We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc4a5e commit ff74e05Copy full SHA for ff74e05
.travis.yml
@@ -17,14 +17,6 @@ cache:
17
18
gemfile: Gemfile
19
20
-#addons:
21
-# apt:
22
-# sources:
23
-# - ubuntu-toolchain-r-test
24
-# packages:
25
-# - g++-4.9
26
-# chrome: beta
27
-
28
env:
29
global:
30
- RAILS_ENV=test
@@ -49,10 +41,6 @@ install:
49
41
- bundle
50
42
- yarn
51
43
- google-chrome --version
52
53
- # Temp set chromediver to version matching chrome 73
54
- #- chromedriver-update 73.0.3683.68
55
- #- chromedriver --version
56
44
- rake db:setup
57
45
58
46
before_script:
0 commit comments