Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed May 28, 2018
1 parent 77f828c commit be44392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Expand Up @@ -3,7 +3,8 @@
["env", {
"modules": false,
"targets": {
"browsers": "> 1%"
"browsers": "> 1%",
"uglify": true
},
"useBuiltIns": true
}]
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -39,9 +39,8 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH=$HOME/.yarn/bin:$PATH
install:
- npm install
- yarn
- bundle install --without development production
- npm install node-sass@next
before_script:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1200x16"
Expand All @@ -56,7 +55,6 @@ before_script:
- ls -alh public/packs-test
script:
- npm run increase-memory-limit
- npm run webpack-test
- bundle exec rake assets:precompile
- bundle exec rspec
notifications:
Expand Down

0 comments on commit be44392

Please sign in to comment.