diff --git a/.travis.yml b/.travis.yml index 22b4175..12bd112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,9 @@ cache: - node_modules - .shadow-cljs - $HOME/.m2 +jobs: + include: + - stage: test and build + script: npm test + - state: test and build + script: npm run build