Skip to content

Commit

Permalink
coala-bears: Add circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdealiLoKo committed Feb 19, 2016
1 parent 5e5bbe5 commit 9ccdf1c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dependencies:
cache_directories:
- ~/.pyenv/versions/3.3.6
- ~/.pyenv/versions/3.4.3
- ~/.pyenv/versions/3.5.1
- ~/coala-bears/node_modules
pre:
- echo 'export PATH=$PATH:~/coala-bears/node_modules/.bin' >> ~/.circlerc
- sed -i '/source \/home\/ubuntu\/virtualenvs\//d' ~/.circlerc
- nvm alias default node
override:
- bash .ci/deps.sh

test:
override:
- coala-ci -S=autoapply=false:
parallel: true

0 comments on commit 9ccdf1c

Please sign in to comment.