This commit is contained in:
Andrea Richiardi 2018-02-20 18:48:00 +00:00 committed by GitHub
commit a60ae65da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ pom.xml*
.nrepl-port
bin
test/readme.clj
/node_modules

View file

@ -1,8 +1,17 @@
dist: trusty
sudo: required
language: clojure
cache:
directories:
- $HOME/.npm
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y leiningen npm nodejs-legacy
- sudo apt-get install -y leiningen
- nvm install --lts && nvm use --lts && npm install
- sudo npm install -g lumo-cljs
install: