Skip to content

Commit

Permalink
no way around this, i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed May 17, 2019
1 parent 59b5650 commit f4e0c93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ language: python
python:
- '3.6'

before_deploy:
script:
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

jobs:
include:
- stage: Test
Expand Down Expand Up @@ -44,3 +40,5 @@ jobs:
skip_cleanup: true
on:
tags: true
script:
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

0 comments on commit f4e0c93

Please sign in to comment.