Skip to content

Commit

Permalink
add circleci support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed May 21, 2015
1 parent 5c94a68 commit 1fcde90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
machine:
environment:
TEST_NO_FUSE: 1
TEST_VERBOSE: 1
TRAVIS: 1

test:
override:
- make test_go_expensive
- make test_sharness_expensive

0 comments on commit 1fcde90

Please sign in to comment.