From 0c7f101ad0e43c33e8dd1b53f6f6746652236b63 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 27 8æ 2015 23:41:03 +0800 Subject: [PATCH] Update travis script and add build icon to README --- .travis.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85f7f4e..114136d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ addons: apt: packages: - - cunit - libcunit1-dev sudo: false diff --git a/README.md b/README.md index a1428a2..2f0a5d7 100644 --- a/README.md +++ b/README.md @@ -246,3 +246,5 @@ You can use `SCPI_Parameter` in conjuction with `SCPI_ParamIsNumber`, `SCPI_ParamToInt`, `SCPI_ParamToDouble`, `SCPI_ParamToChoice` in your own parameter type handlers. `SCPI_ParamNumber` is now more universal. It can handle number with units, it can handle special numbers like `DEF`, `INF`, ... These special numbers are now defined in parameter and not in context. It is possible to define more general usage with different special numbers for different commands. + + -- Gitblit v1.9.1