Skip to content

Commit 7ffdd1a

Browse files
committed
Updates travis.yml
1 parent 1a56270 commit 7ffdd1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ node_js:
44
cache:
55
directories:
66
- node_modules # Cache the node_modules folder for quicker build times
7+
before_script:
8+
- npm install -g typings typescript istanbul gulp-cli mocha
9+
- npm install next
10+
- typings install
11+
- tsc
712
script:
813
- npm run build # Runs next build
914
- npm run export # Runs next export and generates the out directory

0 commit comments

Comments
 (0)