Commit e46c31f9eba336c3c5c1cec482e028a89c0940be
tweak travis
wanderer committed on 12/28/2016, 5:03:16 AMParent: 2dbfab329e625e287753c893708a456ca0b8ff05
Files changed
.gitmodules | changed |
.travis.yml | changed |
package.json | changed |
tools/sexpr-wasm-prototype | deleted |
tools/wabt | added |
.gitmodules | ||
---|---|---|
@@ -1,3 +1,6 @@ | ||
1 | 1 | [submodule "sexpr-wasm-prototype"] |
2 | 2 | path = tools/sexpr-wasm-prototype |
3 | 3 | url = https://github.com/WebAssembly/sexpr-wasm-prototype.git |
4 | +[submodule "tools/wabt"] | |
5 | + path = tools/wabt | |
6 | + url = git@github.com:WebAssembly/wabt.git |
.travis.yml | ||
---|---|---|
@@ -1,8 +1,10 @@ | ||
1 | 1 | language: node_js |
2 | 2 | before_install: |
3 | + - cd tools | |
3 | 4 | - wget https://storage.googleapis.com/chromium-v8/node-linux-rel/node-linux-rel-41967-121bf38bc0a2973476ba378ddd3ff3b5f97ae494.zip -O nodejs.zip |
4 | 5 | - unzip nodejs.zip |
6 | + - cd bin | |
5 | 7 | |
6 | 8 | env: |
7 | 9 | - CXX=g++-4.8 |
8 | 10 | addons: |
@@ -13,5 +15,5 @@ | ||
13 | 15 | - g++-4.8 |
14 | 16 | - wget |
15 | 17 | - unzip |
16 | 18 | |
17 | -script: npm run lint | |
19 | +script: ./npm run lint |
package.json | ||
---|---|---|
@@ -29,9 +29,9 @@ | ||
29 | 29 | "tape": "^4.5.1" |
30 | 30 | }, |
31 | 31 | "standard": { |
32 | 32 | "ignore": [ |
33 | - "/tools/sexpr-wasm-prototype/" | |
33 | + "/tools/" | |
34 | 34 | ], |
35 | 35 | "globals": [ |
36 | 36 | "WebAssembly" |
37 | 37 | ] |
tools/sexpr-wasm-prototype | ||
---|---|---|
@@ -1,1 +1,0 @@ | ||
1 | -Subproject commit b487574ba29dd85c64be6aa1406b58084b14b8b4 |
tools/wabt | ||
---|---|---|
@@ -1,0 +1,1 @@ | ||
1 | +Subproject commit 2177e7517b857d557cbf9b8477c31f96a8ed66bb |
Built with git-ssb-web