Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Updated travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 9, 2019
1 parent c23c587 commit 71b5614
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,22 @@
language: node_js

node_js:
- lts/*
- lts/*

sudo: required

services:
- docker
- docker

addons:
apt:
sources:
- ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev

cache:
directories:
- /tmp/liftoff
- libstdc++-5-dev

install:
- npm install @elementaryos/houston
- npm i -g @elementaryos/houston

script:
- houston ci
- houston ci

0 comments on commit 71b5614

Please sign in to comment.