Skip to content

Commit

Permalink
Fix TravisCI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobFischer committed Nov 11, 2018
1 parent 56a0380 commit a53c20f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2,552 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -27,6 +27,9 @@ dist
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# generated docs via apidoc or jsdoc
# generated files
docs
dist

# too many devs stumble over this and commit merge conflicts. Easier to just deal with the chore or re-generating
.package-lock.json
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "10.7.0"

before_script:
- npm install

script:
# run linter and check to make sure TypeScript can build the source code
Expand Down

0 comments on commit a53c20f

Please sign in to comment.