.travis.yml 486 Bytes
Newer Older
Gems Guo's avatar
Gems Guo committed
1
2
3
4
5
6
7
8
9
10
dist: xenial
sudo: required
language: python
python:
  - "3.6"
before_install:
  - wget https://nodejs.org/dist/v10.9.0/node-v10.9.0-linux-x64.tar.xz
  - tar xf node-v10.9.0-linux-x64.tar.xz
  - sudo mv node-v10.9.0-linux-x64 /usr/local/node
  - export PATH=/usr/local/node/bin:$PATH
liuzhe-lz's avatar
liuzhe-lz committed
11
  - sudo sh -c 'PATH=/usr/local/node/bin:$PATH yarn global add serve'
Gems Guo's avatar
Gems Guo committed
12
13
install:
  - make
Gems Guo's avatar
Gems Guo committed
14
15
  - make install
  - export PATH=$HOME/.nni/bin:$PATH
Gems Guo's avatar
Gems Guo committed
16
17
18
before_script:
  - cd test/naive
script:
liuzhe-lz's avatar
liuzhe-lz committed
19
  - python3 run.py