Skip to content

Commit aefb255

Browse files
committed
fixing travis
1 parent 47fd462 commit aefb255

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.travis.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
language: bash
2+
cache:
3+
bundler: true
4+
directories:
5+
- node_modules # NPM packages
6+
addons:
7+
apt:
8+
sources:
9+
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
10+
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
11+
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
12+
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
13+
packages:
14+
- chromium-chromedriver
15+
- google-chrome-stable
16+
- yarn
17+
mariadb: '10.3'
218
env:
319
- COMPONENT=hyper-component LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
420
#- COMPONENT=hyper-console LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
@@ -15,22 +31,6 @@ env:
1531
jobs:
1632
include:
1733
- stage: test
18-
cache:
19-
bundler: true
20-
directories:
21-
- node_modules # NPM packages
22-
addons:
23-
apt:
24-
sources:
25-
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
26-
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
27-
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
28-
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
29-
packages:
30-
- chromium-chromedriver
31-
- google-chrome-stable
32-
- yarn
33-
mariadb: '10.3'
3434
before_install:
3535
- echo installing $COMPONENT
3636
# yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package

0 commit comments

Comments
 (0)