Skip to content

Commit

Permalink
Fixed: travis build rules typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepio authored Jun 29, 2018
1 parent 313839c commit cf541f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: cpp
if: (branch = master AND type = (pull_request OR cron)) OR (branch = develop)
if: (branch = master AND type IN (pull_request, cron)) OR (branch = develop)
# Add more platforms here as they become needed.
matrix:
include:
Expand Down

0 comments on commit cf541f5

Please sign in to comment.