Skip to content

Commit a0aa769

Browse files
authored
[Backport 1.9] COMPASS-1217 bump runner and remove .travis.yml hack (#1243)
* [Backport 1.9] COMPASS-1217 bump runner and remove .travis.yml hack (#1242) * ⬆️ [email protected] * :yay: Remove hack to workaround Travis caches issues * ⬆️ npm@5 * 📌 [email protected] Indexes Tab does not even appear with [email protected]: https://github.com/JedWatson/react-select/blob/master/HISTORY.md#v100-rc6--2017-09-10 * Sanity check npm 5 is installed at least once * ⬆️ [email protected], replace react-addons-test-utils with react-test-renderer When running `npm test -- --enzyme`, fixes the following warnings: Warning: ReactTestUtils has been moved to react-dom/test-utils. Update references to remove this warning. Warning: Shallow renderer has been moved to react-test-renderer/shallow. Update references to remove this warning. * add libsecret-1-0 to travis config (#1237)
1 parent a6b455c commit a0aa769

File tree

3 files changed

+18166
-8
lines changed

3 files changed

+18166
-8
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ addons:
1515
- ubuntu-toolchain-r-test
1616
packages:
1717
- libkrb5-dev
18+
- libsecret-1-0
1819
before_install:
1920
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc
21+
- npm i -g npm@5
22+
- npm --version
2023
before_script:
2124
- export DISPLAY=:99.0
2225
- sh -e /etc/init.d/xvfb start
2326
- npm run check
24-
- mkdir -p /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/
25-
- wget -P /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.12.tgz
26-
- wget -P /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.8.tgz
2727
script: npm run test
2828
cache:
2929
directories:

0 commit comments

Comments
 (0)