diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 04:15:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 04:16:23 +0300 |
commit | 50b7dd911e26289429450167d1b7309297f5d5e0 (patch) | |
tree | 710ce2bc3bcc4629d5843cef259cf6611d58af78 /.travis.yml | |
parent | lexer: add alternative boost::regex implementations (diff) | |
download | math-server-50b7dd911e26289429450167d1b7309297f5d5e0.tar.gz math-server-50b7dd911e26289429450167d1b7309297f5d5e0.zip |
CI: run the benchmarks
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 27a7ade..80d0938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,3 +34,4 @@ script: -D "BOOST_LIBRARYDIR=$HOME/boost_1_71_0/stage/$platform/$configuration/lib" \ -D ENABLE_TESTS=ON - "$HOME/install/bin/math-server-unit-tests" + - "$HOME/install/bin/math-server-benchmarks" |