bbc / Imager.js

Responsive images while we wait for srcset to finish cooking
Apache License 2.0
3.84k stars 224 forks source link

Running SauceLabs on branch, locally otherwise #76

Closed thom4parisot closed 10 years ago

thom4parisot commented 10 years ago

It will avoid build failures on PR which we don't want.

($TRAVIS_PULL_REQUEST != "false") && { npm run test-remote } || { npm run test-local }