mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-29 18:31:40 +00:00
Create .travis.yml
This commit is contained in:
parent
28551b77b7
commit
16778c798a
1 changed files with 24 additions and 0 deletions
24
.travis.yml
Normal file
24
.travis.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
|
||||
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 a new issue