forked from CreateJS/EaselJS
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
19 lines (17 loc) · 800 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: node_js
node_js:
- '0.12'
notifications:
email: false
before_install:
- npm install -g [email protected]
script:
- tsc --target ES5 --module amd examples/image-drawing/draw-image.ts
- tsc --target ES5 --module amd examples/image-drawing/flump-animation.ts
- tsc --target ES5 --module amd examples/image-drawing/mask-image.ts
- tsc --target ES5 --module amd examples/image-drawing/mask-image-by-image.ts
- tsc --target ES5 --module amd examples/image-drawing/ninepatch-image.ts
- tsc --target ES5 --module amd examples/image-drawing/projective-image.ts
- tsc --target ES5 --module amd examples/image-drawing/scale-image.ts
- tsc --target ES5 --module amd examples/math/example1.ts
- tsc --target ES5 --module amd --experimentalDecorators examples/tools/decorator.ts