Steven Silvester 7 anni fa
parent
commit
ad2c39067c
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 2 1
      appveyor.yml
  2. 2 0
      scripts/travis_script.sh

+ 2 - 1
appveyor.yml

@@ -44,8 +44,9 @@ build: off
 
 # to run your custom scripts instead of automatic tests
 test_script:
+  # Run integrity first we we see the message.
+  - 'npm run integrity'
   - 'py.test'
   - 'npm run build'
   - 'npm run build:test'
   - 'npm test || npm test || npm test'
-  - 'npm run integrity'

+ 2 - 0
scripts/travis_script.sh

@@ -9,6 +9,8 @@ sh -e /etc/init.d/xvfb start || true
 
 export PATH="$HOME/miniconda/bin:$PATH"
 
+# Run integrity first we we see the message.
+npm run integrity
 
 if [[ $GROUP == tests ]]; then