Skip to content

Commit

Permalink
Fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolov committed Sep 6, 2018
1 parent 6c3f64a commit 93fad06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
steps:
- checkout
- run:
name: build
command: .circleci/build.sh
name: build
command: .circleci/build.sh
- run:
name: test
command: ./build/new_college ./data/brief_k10L6.voc.gz ./data
name: test
command: ./build/new_college ./data/brief_k10L6.voc.gz ./data

workflows:
version: 2
Expand Down

0 comments on commit 93fad06

Please sign in to comment.