Skip to content

Commit 35c0ebe

Browse files
committed
moved the apt get stuff to inside jobs
1 parent 3658f5e commit 35c0ebe

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.travis.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,11 @@ env:
1010
# - COMPONENT=hyper-operation LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1111
# - COMPONENT=hyper-router LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1212
# - COMPONENT=hyper-spec LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
13-
# - COMPONENT=hyper-state LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
13+
- COMPONENT=hyper-state LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1414
# - COMPONENT=hyper-store LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1515
- COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1616
# - COMPONENT=rails-hyperstack LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1717
# - COMPONENT=hyperstack-config LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
18-
addons:
19-
apt:
20-
sources:
21-
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
22-
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
23-
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
24-
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
25-
packages:
26-
- chromium-chromedriver
27-
- google-chrome-stable
28-
- yarn
29-
mariadb: '10.3'
3018
before_install:
3119
- echo installing $COMPONENT
3220
# yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
@@ -61,6 +49,19 @@ script:
6149
# tags: true
6250
jobs:
6351
include:
52+
- stage: test
53+
addons:
54+
apt:
55+
sources:
56+
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
57+
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
58+
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
59+
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
60+
packages:
61+
- chromium-chromedriver
62+
- google-chrome-stable
63+
- yarn
64+
mariadb: '10.3'
6465
- stage: release gems
6566
script:
6667
- echo deploying something

0 commit comments

Comments
 (0)