Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Dec 19, 2017
1 parent e6d67ce commit 2d150f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
52 changes: 0 additions & 52 deletions Package.resolved

This file was deleted.

2 changes: 2 additions & 0 deletions circle.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
- run: brew services start redis
- checkout
- run: swift build
# - run: swift build -c release
- run: swift test

linux:
Expand All @@ -19,6 +20,7 @@ jobs:
- run: apt-get install -yq libssl-dev
- checkout
- run: swift build
# - run: swift build -c release
- run: swift test

workflows:
Expand Down

0 comments on commit 2d150f6

Please sign in to comment.