Skip to content

Commit

Permalink
Add travis.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored and codygarver committed Jun 21, 2019
1 parent f5816fc commit 4715332
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---

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
--type system-app
--name-domain io.elementary.feedback
--name-human Feedback

0 comments on commit 4715332

Please sign in to comment.