We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54fa06 commit be293b3Copy full SHA for be293b3
.travis.yml
@@ -6,6 +6,8 @@ cache:
6
- node_modules
7
- bower_components
8
before_script:
9
+ - echo "Checking style.css perms before build:"
10
+ - ls -la dist.java/java/style.css
11
- make build
12
script:
13
- hack/test-headless.sh test
hack/verify-dist.sh
@@ -8,8 +8,14 @@ set -e
repo_root="$( dirname "${BASH_SOURCE}" )/.."
export PATH="${PATH}:${repo_root}/node_modules/grunt-cli/bin"
+echo "Checking style.css perms before build:"
+ls -la dist.java/java/style.css
+
14
grunt build
15
16
+echo "Checking style.css perms after build:"
17
18
19
echo "Verifying that checked in built files under dist match the source..."
20
if [[ $(git status -s -u dist*) ]]; then
21
git status -vv -u dist*
0 commit comments