Skip to content

Commit

Permalink
Build before tests
Browse files Browse the repository at this point in the history
Removes /dist from repo
  • Loading branch information
leebyron committed Dec 19, 2016
1 parent 1da9d3f commit 9c8ca37
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1,655 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -4,5 +4,6 @@ npm-debug.log
.DS_Store
*~
*.swp
TODO
target
/TODO
/target
/dist
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,2 +1,5 @@
language: node_js
node_js: stable
language: clojure
before_install:
- nvm install stable
- npm install
script: npm test

0 comments on commit 9c8ca37

Please sign in to comment.