Skip to content

Commit

Permalink
Fix travis CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarp committed Jun 1, 2018
1 parent a94954d commit fb16543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
language: d
sudo: false

addons:
apt:
update: true
packages:
- autoconf
- automake
- curl
- g++
- libtool
- make
- unzip

script:
- dub build
- dub test
Expand Down
4 changes: 3 additions & 1 deletion conformance/run-conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ fi
git checkout tags/v3.5.2 --detach

git submodule update --init --recursive
./autogen.sh && ./configure && make

# due to a bug run autogen.sh twice
./autogen.sh || ./autogen.sh && ./configure && make

cd conformance
make
Expand Down

0 comments on commit fb16543

Please sign in to comment.