Jan Breuer
2015-08-27 0c7f101ad0e43c33e8dd1b53f6f6746652236b63
Update travis script and add build icon to README
2个文件已修改
3 ■■■■ 已修改文件
.travis.yml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.travis.yml
@@ -1,7 +1,6 @@
addons:
  apt:
    packages:
    - cunit
    - libcunit1-dev
sudo: false
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.
![travis build](https://travis-ci.org/j123b567/scpi-parser.svg?branch=master)