Skip to content

Commit 79e6108

Browse files
committed
coditions on the move!
1 parent 33169fe commit 79e6108

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
include:
88
- stage: Tests
99
python: "3.6"
10-
if: type = pull_request
1110
- script:
1211
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
1312
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
@@ -19,6 +18,7 @@ jobs:
1918
- cd Adafruit_CircuitPython_Bundle
2019
- circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
2120
name: "Test CircuitPython Bundle"
21+
if: type = pull_request
2222

2323
- script:
2424
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
@@ -29,6 +29,7 @@ jobs:
2929
- cd Adafruit_CircuitPython_FeatherWing
3030
- circuitpython-build-bundles --filename_prefix test-single --library_location .
3131
name: "Test CircuitPython Bundle"
32+
if: type = pull_request
3233

3334
- stage: deploy
3435
script:

0 commit comments

Comments
 (0)