Skip to content

Commit

Permalink
Remove TypeScript footprint
Browse files Browse the repository at this point in the history
Revert "ES6 tesconfig"
This reverts commit 105a627.
Revert "blocks in  in gitignore, tsconfig, package"
This reverts commit 8afd835.
Revert "Copy misc/blocks to lib_src"
This reverts commit 8ec60c8.
Revert "Update package.json"
This reverts commit 7fc7bfc.
Revert "gitignore + Local conversion:"
This reverts commit f51d8fc.
Revert "Update package-lock.json"
This reverts commit 20e34ab.
Revert "Adding Scripts"
This reverts commit cdea936.
Revert "Use GithubActions instead of Travis/Appveyor"
This reverts commit b61e7b7.
Revert "Add Eslint"
This reverts commit 1982483.
Revert "Adding prettier"
This reverts commit 7db483e.
Revert "Create tslint.json"
This reverts commit 8fa91ad.
Revert "Create tsconfig.json"
This reverts commit a144b31.
Revert "Add @types + tslint devDependencies"
This reverts commit d81d5e7.
  • Loading branch information
aminya committed Apr 14, 2020
1 parent 6e602af commit cbc897e
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 2,998 deletions.
80 changes: 0 additions & 80 deletions .eslintrc.json

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/ci.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
.DS_Store
npm-debug.log
node_modules
lib_src/**/*
!lib_src/tsconfig.json
!lib_src/tslint.json
tsconfig.tsbuildinfo





!lib_src/misc/blocks.ts
52 changes: 52 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
language: julia

julia:
- 1
- nightly

env:
global:
- APM_TEST_PACKAGES="ink language-julia"
- ATOM_LINT_WITH_BUNDLED_NODE="true"

matrix:
- ""
- ATOMJL=master

os:
- linux

matrix:
include:
# # Sanity check for OS X
# - os: osx
# julia: 1
# env: ATOMJL=master
# Sanity check for Atom Beta
- os: linux
julia: 1
env: ATOM_CHANNEL=beta
allow_failures:
- julia: nightly
- env: ATOM_CHANNEL=beta

script:
- julia ci/packages.jl
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh

dist: xenial
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- build-essential
- fakeroot
- git
- libsecret-1-dev

notifications:
email: false
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Project specific config ###
environment:
APM_TEST_PACKAGES: "ink language-julia"
ATOM_LINT_WITH_BUNDLED_NODE: "true"

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

### Generic setup follows ###
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
- julia: ci/packages.jl

branches:
only:
- master

version: "{build}"
platform: x64
clone_depth: 10
skip_tags: true
test: off
deploy: off
Loading

0 comments on commit cbc897e

Please sign in to comment.