mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
7 changed files with 24 additions and 8 deletions
@ -1,9 +1,10 @@ |
|||
sudo: false |
|||
language: node_js |
|||
node_js: |
|||
- "0.10" |
|||
- "0.12" |
|||
- "iojs" |
|||
env: |
|||
global: |
|||
- BUILD_TIMEOUT=10000 |
|||
install: npm install |
|||
script: npm run ci |
|||
|
@ -0,0 +1,6 @@ |
|||
// this looks ridiculous, but it prevents sourcemap tooling from mistaking
|
|||
// this for an actual sourceMappingURL
|
|||
let SOURCEMAPPING_URL = 'sourceMa'; |
|||
SOURCEMAPPING_URL += 'ppingURL'; |
|||
|
|||
export default SOURCEMAPPING_URL; |
Loading…
Reference in new issue