Commit 4d0111a3323bd33403464ccb1760f2df9aaa623e
bump travis
wanderer committed on 8/8/2017, 3:20:30 PMParent: af049f6551b4aba1307a570785dffd4a912957f7
Files changed
.travis.yml | changed |
tests/index.js | changed |
.travis.yml | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | language: node_js |
2 | 2 … | node_js: |
3 | - - "7" | |
3 … | + - "8" | |
4 | 4 … | env: |
5 | 5 … | global: |
6 | 6 … | - CXX=g++-4.8 |
7 | 7 … | matrix: |
tests/index.js | ||
---|---|---|
@@ -54,12 +54,12 @@ | ||
54 | 54 … | message = rootContainer.createMessage() |
55 | 55 … | rootContainer.send(portRef1, message) |
56 | 56 … | |
57 | 57 … | const stateRoot = await hypervisor.createStateRoot(Infinity) |
58 | - // await hypervisor.graph.tree(stateRoot, Infinity, true) | |
59 | - // console.log(JSON.stringify(stateRoot, null, 2)) | |
60 | 58 … | t.deepEquals(stateRoot, expectedState, 'expected root!') |
61 | 59 … | t.equals(hypervisor.scheduler.oldest(), 0) |
60 … | + await hypervisor.graph.tree(stateRoot, Infinity, true) | |
61 … | + console.log(JSON.stringify(stateRoot, null, 2)) | |
62 | 62 … | } catch (e) { |
63 | 63 … | console.log(e) |
64 | 64 … | } |
65 | 65 … | }) |
Built with git-ssb-web