diff --git a/.travis.yml b/.travis.yml index f4ba2a387..4f3d082a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: cpp -dist: trusty -sudo: required +sudo: false matrix: include: @@ -22,28 +21,6 @@ matrix: build_command_prepend: "autoreconf; ./configure; make clean" build_command: "make -j 4" branch_pattern: coverity_scan_master - - os: linux - compiler: clang - addons: - apt: - packages: - - bc - - expect - - gettext - - libncurses5-dev - env: - - CXXFLAGS="-g -fno-omit-frame-pointer" - - - os: osx - osx_image: xcode8 - before_install: - - brew update - - brew outdated pcre2 || brew upgrade pcre2 # use system PCRE2 - - brew outdated xctool || brew upgrade xctool # for xcode... soon. - addons: - env: - - CXXFLAGS="-g -fno-omit-frame-pointer -fsanitize=address -lstdc++" - - ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1 fast_finish: true script: @@ -52,7 +29,7 @@ script: - make -j2 - make install - make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 - + notifications: # Some items are encrypted so that notifications from other repositories # don't flood the official repositories. @@ -73,6 +50,4 @@ env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - - secure: "CWLImZSKyXzxuHKInSvV1zK6nFt3zDqTYJ4Ex3OGgKV18pT2dnav7d0ZYe6nottmlYPy802a1rIyCa5vEyQ8Q5OWStnuGP3Tlnzy4zDjd49q3CuspY1zXYOYmMGUoxlOJGjxJAStnDCPNK0T3rAy+0/JMO9x77ezrxtA+i5zMPg=" - #- https://webhooks.gitter.im/e/61821cec3015bf0f8bb1 - secure: fPfOmxnC3MCsfR1oocVFeWLawGcRZkn+8fNHlSOeZ+SqqoZfcCHgQTvQ22TqmVl1yvkXbNlaXjo6dbVzTOAh7r7H0bRMEKBVh3dQS7wqjB1sKivpXd8PAS3BTj5MQpGeJzdHnDuwVlwDktGtfHfhGeq1Go/4IosOq8u+6RTe28g= + - secure: "CWLImZSKyXzxuHKInSvV1zK6nFt3zDqTYJ4Ex3OGgKV18pT2dnav7d0ZYe6nottmlYPy802a1rIyCa5vEyQ8Q5OWStnuGP3Tlnzy4zDjd49q3CuspY1zXYOYmMGUoxlOJGjxJAStnDCPNK0T3rAy+0/JMO9x77ezrxtA+i5zMPg=" \ No newline at end of file