Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 10, 2019
1 parent 8c01c92 commit d57120c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js: 12.13.0
services:
- xvfb
before_install:
- sudo apt-get install libgconf-2-4
- export DISPLAY=:99.0
script: npm run ci
sudo: false
git:
depth: 3
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"ci": "ng build && ng test --watch=false && ng e2e",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit d57120c

Please sign in to comment.