Ver a proveniência

Specify travis_wait

tags/v0.0.1
Thom Wiggers há 5 anos
ascendente
cometimento
552d9f0215
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 1BB0A7CE26E363
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar