We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a56270 commit 7ffdd1aCopy full SHA for 7ffdd1a
.travis.yml
@@ -4,6 +4,11 @@ node_js:
4
cache:
5
directories:
6
- 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
12
script:
13
- npm run build # Runs next build
14
- npm run export # Runs next export and generates the out directory
0 commit comments