Skip to content

Commit

Permalink
new circle
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Sep 28, 2017
1 parent 67e3de4 commit 85860f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ jobs:
build:
docker:
- image: circleci/node:8
#working_directory: ~/project/cli
steps:
- checkout
- run: ls $HOME
- run: ls -la $HOME/project
- run: cd cli
- run: yarn
- run: yarn test

0 comments on commit 85860f1

Please sign in to comment.