There was an error while loading. Please reload this page.
1 parent 7cf2728 commit 320166bCopy full SHA for 320166b
1 file changed
.travis.yml
@@ -1,20 +1,23 @@
1
node_js:
2
-- 4.1.2
+- 8.12.0
3
language: node_js
4
install:
5
-- npm install -g npm@3.10.8
+- npm install -g npm@6.4.1
6
- npm install -g grunt-cli
7
8
+# install packages and build core
9
- cd core
-- npm install --only=dev --quiet
10
+- rm -rf node_modules
11
+- npm install
12
- grunt ts
13
- grunt dtsGenerator
14
+
15
+# install packages for tracker
16
- cd ..
17
18
19
-- npm install --no-optional
-- npm install ./core --save # Must be cleaned from package.json before deploy
-- npm dedupe
-- npm shrinkwrap --also=dev
20
+# get ngrok
21
- wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
22
- unzip ./ngrok-stable-linux-amd64.zip
23
before_script:
0 commit comments