From 947d29aa374b9b5f5c581120ce5a4e7a32d0c981 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 1 Apr 2013 11:51:29 -0400 Subject: Allow shared_ptr implementation to be selected. Fixes #6. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e7ac9b8..1f5acba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: cpp compiler: - clang - gcc +env: + - USE_STD_SHARED_PTR=1 + - USE_STD_SHARED_PTR=0 before_install: - sudo apt-add-repository -y ppa:jkeiren/ppa - if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi @@ -14,4 +17,4 @@ before_install: - if test $CC = gcc; then sudo update-alternatives --config gcc; fi - if test $CC = gcc; then sudo update-alternatives --config g++; fi -script: cmake -DBUILD_TESTING=1 && make && make test +script: ./scripts/travis.sh -- cgit v1.2.3