diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-31 14:10:16 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-31 14:10:16 +0000 | 
| commit | f8bae40f5a58e8daea7867858b77b2e00849529b (patch) | |
| tree | 0fe8d1c5c7575851a88dbc17b914325f82b1325a | |
| parent | temporarily fixed the auto-refac option (diff) | |
| download | mutator-f8bae40f5a58e8daea7867858b77b2e00849529b.tar.gz mutator-f8bae40f5a58e8daea7867858b77b2e00849529b.zip | |
update was missing sudo
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index ed97e0e..e6761ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,9 +38,9 @@ after_success:    - make clean    - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU    - echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list -  - apt-get update -y +  - sudo apt-get update -y    - sudo apt-get install gcc-4.2 g++-4.2    - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.2 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.2 -  - chmod +x mutator.sh +  - make install    - ./mutator.sh -f ./samples/action_file.mutator    - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm'
\ No newline at end of file | 
