🐛 Fix typo in travis.yml

This commit is contained in:
Gabriel SAILLARD (GitSquared) 2019-03-04 14:50:45 +01:00
parent 30b4f424db
commit 88773aabf1
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A

View File

@ -21,7 +21,7 @@ before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then fossa init && fossa; fi
- mkdir prebuild-src
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then cp -R src/ prebuild-src; fi
- if [[ "$TRAVIS_OS_NAME == "windows" ]]; then xcopy src\\* prebuild-src\\ /E /C /Q /Y; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then xcopy src\\* prebuild-src\\ /E /C /Q /Y; fi
- node prebuild-minify.js
- cd prebuild-src
- npm install