File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,32 +2,36 @@ sudo: false
22language : cpp
33
44os :
5- - linux
6- - osx
5+ - linux
6+ - osx
77
88env :
9- - VSCODE_BUILD_VERBOSE=true
9+ - VSCODE_BUILD_VERBOSE=true
10+ notifications :
11+ email : false
12+ slack :
13+ secure : sE9Rng0E8vd9p1HIB7/9PmzoMg0iNMorb88fbyKHAZIqi2Wne7e5ZsLeflEOB9NMVzNQcmzBLjKeNLXIJw5JJZ6p2ev6JSBVSqXvrulDw279a4+zhiZkWqxq1XssGyhprp0ewroPRYzDwCFSD1VtBNiAYip/8ggYgLNnpNDB10NOxAuTkW00i8pUBtly7z7FKkclhD2k0aaSieBDCHg+5/G5r9jMDbJEAKys0V0onfitxRWSsdMhEMsQy5VFE6DbS73oYPIfYIkcddGRJ3cksVG+ISZGlID/SOArSXZHxxW3aQetbS1KZC5vNmyCKBmjC0aMdjCxwil3UtstykWUXWQUzENfcHH1Mw2ekZ92AN13QQ2Rn54oMQRsP87iZFP7v5YR+4R1gg6p6sCBHv6XFW6SEz9sAxwyKtmYrCoomMzVtCWRw5EsIxh1VHjny0g73+0OE89dYzmgRMOCJMus2vVnfXYydlAfVVrjsjUFGqY2tV/4b3Jvme2JsELKemNWVbw2aUwfUNChMD3ofMQitnssYrgBXNgJw+1jEYG1jASHUmQbtxmykchNyEWDJhDDZ0SwZQPUAR/UQrN2uYVM03D4Z+TDHoPq7CHBytjT4LkRgcUbd9MKnK7jni50PhXbtyqEtmyPIy4oR8+rHJpwdKa6MaSM6Z5Bj21UVkeV0tE=
1014
1115addons :
1216 apt :
1317 sources :
14- - ubuntu-toolchain-r-test
18+ - ubuntu-toolchain-r-test
1519 packages :
16- - gcc-4.9
17- - g++-4.9
18- - gcc-4.9-multilib
19- - g++-4.9-multilib
20- - zip
21- - libgtk2.0-0
20+ - gcc-4.9
21+ - g++-4.9
22+ - gcc-4.9-multilib
23+ - g++-4.9-multilib
24+ - zip
25+ - libgtk2.0-0
2226
2327before_install :
24- - git submodule update --init --recursive
25- - git clone https://github.com/creationix/nvm.git ./.nvm
26- - source ./.nvm/nvm.sh
27- - nvm install 5.10
28- - nvm use 5.10
29- - npm config set python `which python`
30- - npm install -g gulp
28+ - git submodule update --init --recursive
29+ - git clone https://github.com/creationix/nvm.git ./.nvm
30+ - source ./.nvm/nvm.sh
31+ - nvm install 5.10
32+ - nvm use 5.10
33+ - npm config set python `which python`
34+ - npm install -g gulp
3135 - if [ $TRAVIS_OS_NAME == "linux" ]; then
3236 export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
3337 sh -e /etc/init.d/xvfb start;
@@ -38,9 +42,9 @@ install:
3842 - ./scripts/npm.sh install
3943
4044script :
41- - gulp hygiene
42- - gulp electron
43- - gulp compile
44- - gulp optimize-vscode
45- - ./scripts/test.sh
46- - ./scripts/test-integration.sh
45+ - gulp hygiene
46+ - gulp electron
47+ - gulp compile
48+ - gulp optimize-vscode
49+ - ./scripts/test.sh
50+ - ./scripts/test-integration.sh
You can’t perform that action at this time.
0 commit comments