Skip to content

Commit

Permalink
Use generic for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Köhler committed Dec 19, 2018
1 parent 55cc6ce commit ef1275e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,12 +1,17 @@
sudo: required
language: generic

services:
- docker

before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -o Dpkg::Options::="--force-confnew" -y install docker-ce shellcheck

install: true

jobs:
include:
- stage: lint
Expand Down

0 comments on commit ef1275e

Please sign in to comment.