diff options
author | Joe George <joe@zeroc.com> | 2015-12-28 15:32:58 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-12-28 15:49:46 -0500 |
commit | bb3f6cd8477170961e2992d18b5cbf132a69b127 (patch) | |
tree | c0130ffd5305dfbe279059627e0d03286853d496 /.travis.yml | |
parent | Update JavaScript dependencies (diff) | |
download | ice-bb3f6cd8477170961e2992d18b5cbf132a69b127.tar.bz2 ice-bb3f6cd8477170961e2992d18b5cbf132a69b127.tar.xz ice-bb3f6cd8477170961e2992d18b5cbf132a69b127.zip |
Revert to gulp-minify-css as cssnano needs Node.js 5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c86269c0332..f44f13a7526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,9 @@ env: python: - "2.7" +before_install: +- nvm use node # This will use the latest version of Node.js + install: - git clone https://github.com/zeroc-ice/mcpp.git mcpp - make -C mcpp -j3 |