Skip to content

Commit

Permalink
Chore/deps (#306)
Browse files Browse the repository at this point in the history
* Bump deps
  • Loading branch information
Hypercubed committed Apr 14, 2020
1 parent 2b2dd00 commit e14c1c5
Show file tree
Hide file tree
Showing 36 changed files with 1,111 additions and 560 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: node_js

dist: bionic

node_js:
- 'node'

cache:
directories:
- ~/.npm
- ~/.cache

addons:
chrome: stable
apt:
packages:
- libgconf-2-4

services:
- xvfb

before_install:
- export NG_CLI_ANALYTICS=ci

install:
- npm ci
- npm run build
- npm run build:lib:prod

script:
- npm run ci
Loading

0 comments on commit e14c1c5

Please sign in to comment.