cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Wed, 15 Feb 2017 22:53:45 +0100
changeset 511 fbf4e1afab01
parent 456 3a32d2f57429
child 537 d2e6ee099125
permissions -rw-r--r--
upgrade ember version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
---
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
language: node_js
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
node_js:
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     4
  - "4"
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
sudo: false
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     8
cache:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
  directories:
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 262
diff changeset
    10
    - $HOME/.npm
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 262
diff changeset
    11
    - $HOME/.cache # includes bowers cache
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
before_install:
148
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    14
  - npm config set spin false
511
fbf4e1afab01 upgrade ember version
ymh <ymh.work@gmail.com>
parents: 456
diff changeset
    15
  - npm install -g bower phantomjs-prebuilt
261
02e2396bcbbc Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
ymh <ymh.work@gmail.com>
parents: 148
diff changeset
    16
  - bower --version
511
fbf4e1afab01 upgrade ember version
ymh <ymh.work@gmail.com>
parents: 456
diff changeset
    17
  - phantomjs --version
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    18
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    19
install:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
  - npm install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    21
  - bower install
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    22
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    23
script:
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    24
  - npm test