Skip to content

Commit

Permalink
Version 0.0.1dev12 (#31)
Browse files Browse the repository at this point in the history
* Travis fine-tuning

* Update travis test cases to api/cron

* cron / api tests into travis
  • Loading branch information
jmyrberg authored May 10, 2020
1 parent 2d4cc60 commit 1f4f571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
repo: jmyrberg/finscraper
stages:
- name: test
if: type IN (pull_request)
if: type IN (pull_request, cron, api)
- name: release
if: type IN (push, api, cron)
if: type IN (push)
- name: deploy
if: type IN (push, api, cron)
if: type IN (push)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1dev11
0.0.1dev12

0 comments on commit 1f4f571

Please sign in to comment.