From 0cbb6ee00445883619a76bccb52a79df1d03b205 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Mon, 22 Aug 2016 18:54:54 +1000 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 707c812..3f7ada7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ -# Enable C++ support language: cpp -# Compiler selection + compiler: - gcc -# Build steps + script: - make clean all