git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 4d0111a3323bd33403464ccb1760f2df9aaa623e

bump travis

wanderer committed on 8/8/2017, 3:20:30 PM
Parent: af049f6551b4aba1307a570785dffd4a912957f7

Files changed

.travis.ymlchanged
tests/index.jschanged
.travis.ymlView
@@ -1,7 +1,7 @@
11 language: node_js
22 node_js:
3- - "7"
3 + - "8"
44 env:
55 global:
66 - CXX=g++-4.8
77 matrix:
tests/index.jsView
@@ -54,12 +54,12 @@
5454 message = rootContainer.createMessage()
5555 rootContainer.send(portRef1, message)
5656
5757 const stateRoot = await hypervisor.createStateRoot(Infinity)
58- // await hypervisor.graph.tree(stateRoot, Infinity, true)
59- // console.log(JSON.stringify(stateRoot, null, 2))
6058 t.deepEquals(stateRoot, expectedState, 'expected root!')
6159 t.equals(hypervisor.scheduler.oldest(), 0)
60 + await hypervisor.graph.tree(stateRoot, Infinity, true)
61 + console.log(JSON.stringify(stateRoot, null, 2))
6262 } catch (e) {
6363 console.log(e)
6464 }
6565 })

Built with git-ssb-web