Browse Source

Add .travis.yml

tags/v1.0.0
Matt Baer 5 years ago
parent
commit
39b2954701
1 changed files with 38 additions and 0 deletions
  1. +38
    -0
      .travis.yml

+ 38
- 0
.travis.yml View File

@@ -0,0 +1,38 @@
---

language: node_js

node_js:
- lts/*

sudo: required

services:
- docker

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

cache:
directories:
- /tmp/liftoff

matrix:
include:
- env: DIST=loki
- env: DIST=juno

install:
- npm install @elementaryos/houston

script:
- houston ci
--distribution $DIST

branches:
only:
- master

Loading…
Cancel
Save