Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 3d648e7

Browse files
committed
Add end-to-end testing and linting on CI
1 parent 0ba5c0e commit 3d648e7

22 files changed

+24081
-311
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
dist
3+
bugsnag-angular-*.tgz

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sudo: required
2+
language: node_js
3+
node_js:
4+
- "8"

0 commit comments

Comments
 (0)