We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915d15c commit eefd48eCopy full SHA for eefd48e
.travis.yml
@@ -6,6 +6,9 @@ branches:
6
only:
7
- main
8
9
+# only build the main branch or PR that explicitely want to test with Travis CI
10
+if: (type = "push") OR (commit_message =~ /travis-ci/)
11
+
12
jobs:
13
include:
14
- name: Linux | x86_64 + i686 | Python 3.12
0 commit comments