Add Houston CI
This commit is contained in:
parent
948b72636d
commit
b1ec342ca1
|
@ -0,0 +1,22 @@
|
||||||
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- lts/*
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- libstdc++-5-dev
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm i -g @elementaryos/houston
|
||||||
|
|
||||||
|
script:
|
||||||
|
- houston ci
|
Loading…
Reference in New Issue