language: - ruby - node_js install: - bundle install - npm install script: - npm run build # blocklist branches: except: - gh-pages