Skip to content
Snippets Groups Projects
Commit d3087491 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Run generated files check only on linux atm

parent 2d2db6ea
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,9 @@ generated_files() {
./Cabal/misc/travis-diff-files.sh
}
timed "Generated files check" generated_files
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
timed "Generated files check" generated_files
fi
# ---------------------------------------------------------------------
# Cabal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment