Skip to content

Commit

Permalink
revert last travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGatto committed May 16, 2018
1 parent 02df48b commit 37f2a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,9 @@
language: r
r: bioc-devel
cache: packages
sudo: true # use container based build system
sudo: false # use container based build system
warnings_are_errors: true
dist: trusty

# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3,
# this was causing mzR installation to fail
Expand All @@ -14,7 +15,6 @@ before_install:
addons:
apt:
packages:
- libmagick++-dev
- libnetcdf-dev
- netcdf-bin # libnetcdf-dev doesn't contain nc-config in ubuntu 12.04 (in 16.04 it is part of libnetcdf-dev)
- libhdf5-dev
Expand Down

0 comments on commit 37f2a82

Please sign in to comment.