mirror of https://github.com/lukechilds/rollup.git
7 changed files with 24 additions and 8 deletions
@ -1,9 +1,10 @@ |
|||||
sudo: false |
sudo: false |
||||
language: node_js |
language: node_js |
||||
node_js: |
node_js: |
||||
- "0.10" |
|
||||
- "0.12" |
- "0.12" |
||||
- "iojs" |
- "iojs" |
||||
env: |
env: |
||||
global: |
global: |
||||
- BUILD_TIMEOUT=10000 |
- 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