File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
3+
34matrix :
45 include :
56 - node_js : 4
67 env : CXX=g++-4.8
78 - node_js : 6
89 env :
9- - SAUCE=true
1010 - CXX=g++-4.8
1111 - node_js : stable
1212 env : CXX=g++-4.8
1313
1414# Make sure we have new NPM.
1515before_install :
16- - npm install -g npm
16+ - npm install -g npm@4
1717
1818script :
1919 - npm run lint
2020 - npm test
2121 - npm run coverage
22+ - make test
2223
2324before_script :
2425 - export DISPLAY=:99.0
Original file line number Diff line number Diff line change 1111![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
1212![ ] ( https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square )
1313
14- [ ![ Sauce Test Status] ( https://saucelabs.com/browser-matrix/js-ipfs-unixfs.svg )] ( https://saucelabs.com/u/js-ipfs-unixfs )
15-
1614> JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
1715
1816[ The unixfs spec can be found inside the ipfs/specs repository] ( http://github.com/ipfs/specs )
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ machine:
55dependencies :
66 pre :
77 - google-chrome --version
8- - wget -q -O - https://dl-ssl .google.com/linux/linux_signing_key.pub | sudo apt-key add -
9- - sudo sh -c 'echo "deb [arch=amd64] http://dl. google.com/linux/ chrome/ deb/ stable main" >> /etc/apt/sources.list.d/google.list'
8+ - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
9+ - sudo dpkg -i google- chrome. deb || true
1010 - sudo apt-get update
11- - sudo apt-get --only-upgrade install google-chrome-stable
11+ - sudo apt-get install -f
12+ - sudo apt-get install --only-upgrade lsb-base
13+ - sudo dpkg -i google-chrome.deb
1214 - google-chrome --version
You can’t perform that action at this time.
0 commit comments