Skip to content

Commit

Permalink
Fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and arkady-emelyanov committed May 18, 2018
1 parent 55e85f8 commit 6ac3bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ workflows:
- 'test-go-1.9':
requires:
- 'deps'
- 'test-go-1.9':
- 'test-go-1.10':
requires:
- 'deps'
- 'nightly':
Expand All @@ -99,7 +99,7 @@ workflows:
- 'test-go-1.10'
triggers:
- schedule:
cron: "0 18 * * *"
cron: "0 7 * * *"
filters:
branches:
only:
Expand Down

0 comments on commit 6ac3bb0

Please sign in to comment.