浏览代码

Merge branch 'master' of https://github.com/acplt/open62541

Leon Urbas 11 年之前
父节点
当前提交
8c6f37b3f8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .travis.yml
  2. 1 1
      README.md

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ notifications:
 before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq build-essential subversion git autoconf libtool texinfo python-lxml valgrind
- - svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
+ - svn checkout https://svn.code.sf.net/p/check/code/trunk check-code
  - cd check-code
  - autoreconf --install
  - ./configure

+ 1 - 1
README.md

@@ -13,7 +13,7 @@ sudo apt-get install build-essential subversion git autoconf libtool texinfo pyt
 ```
 ##### Getting and installing *check* as unit test framework (http://check.sourceforge.net/):
 ```bash
-$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
+$ svn checkout https://svn.code.sf.net/p/check/code/trunk check-code
 $ cd check-code
 $ autoreconf --install
 $ ./configure