install bower

This commit is contained in:
jem 2019-01-18 13:37:16 +01:00
parent 0a3e24abbb
commit 3abe69f1d4

View file

@ -1,12 +1,22 @@
dist: trusty dist: trusty
language: clojure language: clojure
cache:
directories:
- $HOME/.m2
services: services:
- docker - docker
stages: stages:
- build - build
before_install:
- sudo apt-get install python-software-properties
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install nodejs
- sudo npm install -g bower
jobs: jobs:
include: include:
- stage: build - stage: build