Skip to content

Commit

Permalink
Fix CI (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
possibilities committed May 10, 2017
1 parent 57bc43d commit f4f6a23
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion circle.yml
@@ -1,3 +1,11 @@
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 6.9
version: 6
dependencies:
override:
- yarn install
test:
override:
- yarn test

0 comments on commit f4f6a23

Please sign in to comment.