浏览代码

Specify travis_wait

tags/v0.0.1
Thom Wiggers 5 年前
父节点
当前提交
552d9f0215
找不到此签名对应的密钥 GPG 密钥 ID: 1BB0A7CE26E363
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml 查看文件

@@ -12,7 +12,7 @@ matrix:
- git checkout $TRAVIS_BRANCH
- git reset --hard $TRAVIS_COMMIT
script:
- "cd test && python3 -m nose --rednose --verbose"
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
env:
PQCLEAN_ONLY_DIFF: 1
addons:
@@ -41,7 +41,7 @@ matrix:
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc
- gcc --version
script:
- "cd test && python3 -m nose --rednose --verbose"
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"


cache: pip


正在加载...
取消
保存