• This project
    • Loading...
  • Sign in

박준혁 / os-17-2-termproject-jun

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • os-17-2-termproject-jun
  • node_modules
  • debug
  • .travis.yml
  • 박준혁's avatar
    0.1.0 · 8c550822 ...
    8c550822 Browse Files
    공공데이터 포탈에서 json형식으로 데이터 파싱
    박준혁 authored 2017-12-06 00:38:28 +0900
.travis.yml 140 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14

language: node_js
node_js:
  - "6"
  - "5"
  - "4"

install:
  - make node_modules

script:
  - make lint
  - make test
  - make coveralls