diff options
author | Joe George <joe@zeroc.com> | 2015-12-28 16:28:36 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-12-28 16:28:36 -0500 |
commit | 1244ab710087328dba6cb6bd82fe9a1b663703a0 (patch) | |
tree | b7f93c5337f7565d7e8e2a10c61a1d4165d646ce /.travis.yml | |
parent | Revert to gulp-minify-css as cssnano needs Node.js 5 (diff) | |
download | ice-1244ab710087328dba6cb6bd82fe9a1b663703a0.tar.bz2 ice-1244ab710087328dba6cb6bd82fe9a1b663703a0.tar.xz ice-1244ab710087328dba6cb6bd82fe9a1b663703a0.zip |
Travis cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f44f13a7526..c86269c0332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,9 +32,6 @@ 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 |