File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 23
23
language : node_js
24
24
node_js : " node"
25
25
install :
26
+ - pyenv global 2.7.15
26
27
- make lint-py-build || true
27
28
script :
28
29
- NODE=$(which node) make lint lint-py
37
38
- g++-6
38
39
install : *ccache-setup-steps
39
40
script :
41
+ - pyenv global 2.7.15
40
42
- ./configure
41
43
- make -j2 -C out V=1 v8
42
44
50
52
- g++-6
51
53
install : *ccache-setup-steps
52
54
script :
55
+ - pyenv global 2.7.15
53
56
- ./configure
54
57
- make -j2 V=1
55
58
- cp out/Release/node /home/travis/.ccache
62
65
- mkdir -p out/Release
63
66
- cp /home/travis/.ccache/node out/Release/node
64
67
script :
68
+ - pyenv global 2.7.15
65
69
- python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare default
66
70
67
71
- name : " Test C++ Suites"
77
81
- cp /home/travis/.ccache/cctest out/Release/cctest
78
82
- touch config.gypi
79
83
script :
84
+ - pyenv global 2.7.15
80
85
- out/Release/cctest
81
86
- make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
82
87
- python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api
You can’t perform that action at this time.
0 commit comments