소스 검색

Specify travis_wait

tags/v0.0.1
Thom Wiggers 5 년 전
부모
커밋
552d9f0215
No known key found for this signature in database 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


불러오는 중...
취소
저장