Navigation Menu

Skip to content

Commit

Permalink
run asmjs and emscripten builds on CI (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jul 9, 2018
1 parent 23dfb42 commit fe75f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -155,13 +155,13 @@ matrix:
- env: IMAGE=dist-x86_64-netbsd DEPLOY=1
if: branch = auto
- env: IMAGE=asmjs
if: branch = auto
if: branch = auto OR type = pull_request
- env: IMAGE=i686-gnu
if: branch = auto
- env: IMAGE=i686-gnu-nopt
if: branch = auto
- env: IMAGE=wasm32-unknown
if: branch = auto
if: branch = auto OR type = pull_request
- env: IMAGE=x86_64-gnu
if: branch = auto
- env: IMAGE=x86_64-gnu-full-bootstrap
Expand Down

0 comments on commit fe75f61

Please sign in to comment.