Skip to content

Commit

Permalink
Testing circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
happypoulp committed Nov 12, 2019
1 parent 9619c77 commit 8e8abb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/node:4.8.2 # the primary container, where your job's commands are run
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command

0 comments on commit 8e8abb6

Please sign in to comment.