Skip to content

Commit

Permalink
packages: installed dependencies, configuration, and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
the-vampiire committed Jul 29, 2019
1 parent 2f9afc0 commit 25ae12c
Show file tree
Hide file tree
Showing 4 changed files with 6,178 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: true
cache: npm
language: node_js
node_js: "10.15.3"
before_install:
- npm i
jobs:
include:
- stage: test
script:
- npm run lint
- npm run test:travis
Loading

0 comments on commit 25ae12c

Please sign in to comment.