From 13a0115bfbc68475532f2da7be1ebae183462f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 10 Sep 2018 14:48:35 +0200 Subject: [PATCH] Removed travis-ci configuration file. --- .travis.yml | 35 ----------------------------------- README.md | 2 -- 2 files changed, 37 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 457987d7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: cpp -compiler: gcc -dist: trusty - -before_install: - - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - - sudo apt-get update -q - - sudo apt-get install g++-6 -y - - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90 - -addons: - apt: - packages: - - libboost-graph-dev - - libboost-filesystem-dev - - doxygen - - texlive - - texlive-formats-extra - - texlive-fonts-extra - - lmodern - - latex2html - -branches: - only: - - master - -git: - depth: false - -script: - - autoreconf -si - - ./configure - - make -j - - make pdf -j - - make html diff --git a/README.md b/README.md index 57570e31..481c36db 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ </a> </div> -[](https://travis-ci.org/DynareTeam/dynare-preprocessor) - # Dynare Preprocessor The Dynare Preprocessor defines the Dynare model language. It takes in a `.mod` -- GitLab