Skip to content

Commit

Permalink
Compatibility with IE10/default is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 15, 2020
1 parent 69a0132 commit 87d1564
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundler.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
npm install -g less-plugin-clean-css
(cd js; npm install; npm run build; cd ..)
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced --compatibility=ie8" --source-map
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
echo '!agileui.css' >> public/.gitignore
echo '!agileui.css.map' >> public/.gitignore
echo '!atkjs-ui.js' >> public/.gitignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release-drafter.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
npm install -g less-plugin-clean-css
(cd js; npm install; npm run build; cd ..)
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced --compatibility=ie8" --source-map
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
echo '!agileui.css' >> public/.gitignore
echo '!agileui.css.map' >> public/.gitignore
echo '!atkjs-ui.js' >> public/.gitignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.type == 'Behat'
run: |
(cd js; npm install --loglevel=error; npm run build)
#lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced --compatibility=ie8" --source-map
#lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
- name: Init
run: |
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -49,7 +49,7 @@ before_script:
- sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
#- "wget --no-verbose http://selenium-release.storage.googleapis.com/3.0-beta3/selenium-server-standalone-3.0.0-beta3.jar -O selenium-server-standalone.jar && sudo mv selenium-server-standalone.jar /usr/local/bin"
#- "wget --no-verbose http://chromedriver.storage.googleapis.com/2.23/chromedriver_linux64.zip -O chromedriver.zip && unzip chromedriver.zip && sudo mv chromedriver /usr/local/bin"
#- "java -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -jar /usr/local/bin/selenium-server-standalone.jar &"
#- "java -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -jar /usr/local/bin/selenium-server-standalone.jar &"
#- sleep 3
#- sudo whereis google-chrome

Expand All @@ -62,7 +62,7 @@ before_script:
- cp demos/db.example.php demos/db.php

- (cd js; npm install --loglevel=error; npm run build)
- lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced --compatibility=ie8" --source-map
- lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
- composer install --no-suggest --ansi --prefer-dist --no-interaction --no-progress --optimize-autoloader

script:
Expand All @@ -72,7 +72,7 @@ script:
- vendor/bin/behat --config behat-travis.yml || exit -1
#- killall -s SIGINT --wait php # flush coverage files for Behat
#- ls -l coverage/ | wc -l
#- vendor/bin/phpcov merge coverage/ --clover clover.xml
#- vendor/bin/phpcov merge coverage/ --clover clover.xml

cache:
directories:
Expand Down

0 comments on commit 87d1564

Please sign in to comment.