Skip to content
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
dist: trusty
sudo: required
node_js:
- '8'
- '12'
before_install:
- npm install -g @angular/cli @angular/compiler-cli typescript
install: npm install
Expand Down
Loading