aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/bcryptjs/.travis.yml
blob: 7a02062f08e0cda44f4a2e795d9d773d9a68a316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: node_js

node_js:
  - 0.10
  - 0.12
  - 4
  - 6

before_script: npm -g install testjs

env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8